/*pc端样式*/

/*
关于我们*/
@media screen and (min-width: 951px) {
    a{
        cursor: pointer;
    }
    .con-width100 {width: 100%;margin: 0 auto;}
    .con-width90 {width: 90%;margin: 0 auto;}
    .con-width80 {width: 80%;margin: 0 auto;}
    .con-width {width: 70%;margin: 0 auto;}
    .con-width60 {width: 60%;margin: 0 auto;}
    .main-content{
        margin:0px auto 0 !important;
        min-height: 600px;
        position: relative;
        padding-bottom: 20px;
    }
    /*分页*/
    .pagination {
        background: #fff;
        text-align: center;
        /*height: 100px;
        line-height: 100px*/
        margin: 30px 0;
    }
    .pagination a, .pagination span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: rgba(0, 0, 0, .65)
    }
    .pagination a.active, .pagination span.active {
        border: 1px solid red;
        border-radius: 5px;
        background: red;
        color: white;
    }
    .pagination .next, .pagination .prev {
        font-size: 18px
    }
    .f13{font-size: 13px!important;}
    .f14{font-size: 14px!important;}
    .f15{font-size: 15px!important;}
    .f16{font-size: 16px!important;}
    .f17{font-size: 17px!important;}
    .f18{font-size: 18px!important;}
    .f20{font-size: 20px!important;}
    .f22{font-size: 22px!important;}
    .f24{font-size: 24px!important;}

    .mb5{margin-bottom: 5px}
    .mb10{margin-bottom: 10px}
    .mb15{margin-bottom: 15px}
    .mb20{margin-bottom: 20px}
    .mb30{margin-bottom: 30px}
    .mb40{margin-bottom: 40px}

    .mt5{margin-top: 5px}
    .mt10{margin-top: 10px}
    .mt15{margin-top: 15px}
    .mt20{margin-top: 20px}
    .mt30{margin-top: 30px}
    .mt40{margin-top: 40px}

    .mr5{margin-right: 5px}
    .mr10{margin-right: 10px}
    .mr20{margin-right: 20px}
    .mr30{margin-right: 30px}
    .mr40{margin-right: 40px}

    .ml5{margin-left: 5px}
    .ml10{margin-left: 10px}
    .ml20{margin-left: 20px}
    .ml30{margin-left: 30px}
    .ml40{margin-left: 40px}
    /*tab切换start*/
    .switch-tab {
        display: flex;
        padding-bottom: 12px;
        border-bottom: 6px solid #f7f7f7;
        align-items: center;
        min-height: 50px;
        width: 80%;
        margin: 0 auto;
    }
    .switch-tab li {
        display: flex;
        font-size: 18px;
        font-weight: bold;
        margin-right: 40px;
        position: relative;
        cursor: pointer;
        color: #666;
        transition: all .3s;
        height: 100%;
        align-items: center;
    }
    .switch-tab li:after {
        display: inline-block;
        content: '';
        width: 0px;
        height: 6px;
        border-radius: 6px;
        position: absolute;
        left: calc(50% - 47px);
        bottom:-18px;
        transition: all .3s;
    }
    .switch-tab li.active a {
        font-size: 24px;
        color: black;
    }
    .switch-tab li.active:after {
        background-color: #f10f04;
        width: 96px;
    }
    /*tab切换end*/
    .about-us-page {
    }

    .about-us-page p, .about-us-page span {
        font-size: 16px;
    }

    .card-one-line {
        display: flex;
        flex-wrap: wrap;
        margin-top: 8px;
    }
    .card-one-line .common-box {
        padding: 22px 18px 12px 18px;
        width: 23.2%;
        margin-right: 2.3%;
        transition: all .3s;
        margin-bottom: 16px;
    }
    .card-one-line .common-box:nth-child(4n) {
        margin-right: 0;
    }
    .card-one-line .title {
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        display: inline-block;
    }
    .card-one-line .title:after {
        display: inline-block;
        content: '';
        height: 6px;
        width: 98%;
        background-image: linear-gradient(to right, rgba(247, 98, 111, 0.7), rgba(253, 253, 253, .5));
        position: absolute;
        bottom: 0px;
        left: 0;
    }
    .card-one-line a {
        display: flex;
        width: 100%;
        padding: 6px 0;
        align-items: center;
    }
    .card-one-line .common-box:hover {
        box-shadow: 0px 0px 20px #a7a4a4;
    }

    .card-one-line .common-box a:hover {
        color: #ce4340;
        font-weight: bold;
    }
    /***************************tab切换列表*start***************/
    .tab-list-content{
        border: 1px solid #e6e5e5;
    }
    .tab-list-content>div{
        margin-top: 40px;
    }
    .tab-switch-list{
        margin-top: 16px;
    }
    .tab-switch-list .active {
        background-image: linear-gradient(to right, #F2F4F3, #D0D0D0);
        color: black;
        font-weight: bold;
    }
    .tab-list-content .title {
        background-image: linear-gradient(to right, #F52120, #C80718);
        color: white;
        padding: 4px 16px;
        border-radius: 0 4px 4px 0;
    }
    .tab-list-content .item {
        padding: 16px;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
        transition: all .3s;
    }
    .tab-list-content .item:hover{
        background-color: #fbfbfb;
        color: black;
    }
    .tab-list-content .item .name {
        margin-bottom: 14px;
    }
    /*************************************end*************************************/


    .about-us-page .common-tab span.active {
        background-image: linear-gradient(to right, #F2F4F3, #D0D0D0);
        color: black;
        font-weight: bold;
    }

    .about-us-page .tab-content .title {
        background-image: linear-gradient(to right, #F52120, #C80718);
        color: white;
        padding: 4px 16px;
        border-radius: 0 4px 4px 0;
    }

    .about-us-page .tab-content .item {
        padding: 16px 0;
        margin: 0 16px;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
        transition: all .3s;
    }

    .about-us-page .tab-content .item:hover {
        background-color: #fbfbfb;
    }

    .about-us-page .tab-content .item .name {
        margin-bottom: 14px;
    }

    .about-us-page .content-wrap > div:nth-child(1) {
        width: 67%;
    }

    /*股票模块*/
    .gp-block{
        margin-top: 16px;
    }
    .gp-block .tab-content {
        padding: 20px 14px;
    }
    .gp-block .active {
        background-image: linear-gradient(to right, #F2F4F3, #D0D0D0);
        color: black;
        font-weight: bold;
    }
    .gp-block .tab-content .info {
        margin-bottom: 50px;
    }

    .gp-block .tab-content .info p {
        margin-bottom: 18px;
    }

    .gp-block .tab-content .info span {
        font-weight: bold;
    }

    .gp-block .open-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F8F8F8;
        border-radius: 4px;
        padding: 4px;
        width: 100%;
    }

    .gp-block  .erweima-info .image {
        width: 120px;
        height: 120px;
        border-radius: 4px;
        border: 1px solid red;
        display: flex;
        flex-shrink: 0;
        padding: 3px;
    }

    /*纯文本列表start*/
    .all-text-list {
        padding-bottom: 10px;
    }

    .all-text-list .item {
        padding: 20px;
        transition: all .3s;
        border-radius: 6px;
        cursor: pointer;
    }

    .all-text-list .item:hover {
        box-shadow: 0px 0px 18px #d2d0d0;
    }

    .all-text-list .item:hover .title a {
        color: #ce4340;
    }

    .all-text-list .item .title {
        display: flex;
        justify-content: space-between;
        height: 30px;
        align-items: center;
        padding: 10px 0 20px 0;
        border-bottom: 1px solid #eaeaea;
    }

    .all-text-list .item .title span {
        font-size: 16px;
        font-weight: bold;
    }

    .all-text-list .item .content {
        line-height: 24px;
        padding: 15px 0;
        min-height: 70px;
        border-radius: 8px;
    }

    /*信用卡列表*/

    .card-tag {
        display: flex;
        padding: 20px 30px;
        margin-bottom: 14px;
        width: 32%;
        margin-right: 2%;
    }
    .card-tag:nth-child(3n){
        margin-right: 0;
    }
    .card-tag .title {
        display: flex;
        font-size: 16px;
        font-weight: bold;
        margin: 12px 0 15px 0;
    }

    .card-tag img {
        width: 30px;
        height: 30px;
    }

    .card-tag ul a {
        display: flex;
        padding: 10px 10px 10px 0;
    }


    .image-wrods-card li {
        padding: 8px 8px 8px 8px;
        width: 32%;
        margin-right: 1.5%;
        margin-bottom: 10px;
        transition: all .3s;
    }
    .image-wrods-card li:hover{
        box-shadow: 0px 0px 10px gray;
    }
    .image-wrods-card li:nth-child(3n) {
        margin-right: 0;
    }

    .image-wrods-card .image {
        overflow: hidden;
        border-radius: 6px;
    }
    .image-wrods-card li .desc {
       /* display: none;*/
    }
    .image-wrods-card .btn-group{
        display: flex;
        justify-content: space-between;
        padding: 10px 2px;
    }
    .image-wrods-card .btn-group .btn{
        border-radius: 4px;
        border: 1px solid #dc143c;
        display: flex;
        width: 100%;
        height: 38px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #dc143c;
        color: white;
    }
  /*  .image-wrods-card .btn-group .btn:nth-child(2){
        background: #dc143c;
        color: white;
    }*/

    .image-wrods-card .image img {
        transform: scale(1);
        transition: all .3s;
    }

    .image-wrods-card li:hover .image img {
      /*  transform: scale(1.1);*/
    }

    .image-wrods-card li p {
        text-align: center;
    }

    .image-wrods-card li .name {
        padding: 8px 0;
        border-bottom: 1px solid lightgray;
        width: 80%;
        margin: 0 auto 6px;
    }

    /*还款方式*/

    .nav-desc {
        margin-bottom: 20px;
    }

    .nav-desc .repay-item {
        padding: 13px 20px;
        background-color: #f5f5f5;
        border-radius: 2px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        transition: all .3s;
        cursor: pointer;
    }
    .nav-desc .repay-item a{
        display: flex;
        align-items: center;
    }
    .nav-desc .nav-content{
        display: flex;
        justify-content: space-between;
    }
    .nav-desc .nav-content>ul{
        width: 30%;
    }
    .nav-desc  .title{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .nav-desc .repay-item.active {
        background-color: #FEEBE7;
        color: #D4192C;
    }
    .nav-desc .repay-item img {
        width: 22px;
        height: 22px;
        margin-right: 12px;
    }
    .nav-desc .content {
        width: 70%;
        padding-left: 39px;
        /*不想出现滚动条*/
        /*max-height: 400px;
        overflow-y: auto;*/
    }
    .nav-desc .content .desc{
        margin-bottom: 30px;
    }
    /*个人金融*/
    .finance-wrap {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-left: 30px;
    }

    .finance-wrap .finance-item {
        width: calc(50% - 30px);
        min-width: 200px;
        margin-right: 30px;
        margin-bottom: 26px;
    }

    .finance-wrap .finance-item:hover .item-checked {
        display: block!important;
    }

    .finance-wrap .finance-item:hover .item-nochecked {
        display: none!important;
    }

    .finance-wrap .finance-item:nth-child(2n) {
        margin-right: 0;
    }

    .finance-wrap .finance-item > div {
        border-radius: 6px;
        min-height: 280px;
        padding: 30px 20px;
        box-shadow: 0px 0px 20px #bfbfbf;
        cursor: pointer;
        width: 100%;
        overflow: auto;
    }

    .finance-wrap .finance-item .item-checked {
        background-image: linear-gradient(to right, #FE081D, #F66D5A);
        box-shadow: 20px 20px 21px #adadad !important;
        color: white;
        display: none;
    }

    .finance-wrap .finance-item .item-checked .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 2px;
    }

    .finance-wrap .finance-item .item-checked .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .finance-wrap .finance-item .item-checked .list a {
        width: 50%;
        color: white;
        padding: 10px;
        position: relative;
    }

    .finance-wrap .finance-item .item-checked .list a .dot {
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: white;
        display: inline-block;
        margin-right: 4px;
    }

    .finance-wrap .finance-item .item-checked .list a::after {
        display: block;
        content: '';
        width: 0px;
        height: 2px;
        background-color: white;
        position: absolute;
        left: 30px;
        bottom: 5px;
        transition: all .3s;
    }

    .finance-wrap .finance-item .item-checked .list a:hover::after {
        width: 30px;
    }

    .finance-wrap .finance-item .item-nochecked {
        display: block;
    }

    .finance-wrap .finance-item .item-nochecked .icon {
        width: 36px;
        height: 36px;
        margin-bottom: 20px;
    }

    .finance-wrap .finance-item .item-nochecked .desc {
        color: #484848;
        line-height: 24px;
    }

    /*详情页面*/
    .finance-item-detail {
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .finance-item-detail .item .title {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .finance-item-detail .item .title::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 8px;
        border-radius: 2px;
        bottom: -4px;
        background-image: linear-gradient(45deg, #c5251b, transparent);
    }

    .finance-item-detail .item ul li {
        padding: 4px 0;
        color: #000000;
        line-height: 26px;
    }

    /*固定收益列表*/
    .finnance-investment-page {
        display: flex;
        flex-direction: column;
    }

    .words-card {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .words-card {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .words-card .common-box {
        padding: 22px 18px 40px 18px;
        position: relative;
        width: 32%;
        margin-right: 2%;
        cursor: pointer;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .words-card .common-box:nth-child(3n) {
        margin-right: 0;
    }

    .words-card .common-box a {
        position: absolute;
        bottom: 12px;
        right: 26px;
        transition: all .3s;
    }

    .words-card .common-box:hover {
        box-shadow: 0px 0px 30px #a7a4a4;
    }

    .words-card .common-box:hover a {
        color: #ce4340;
    }

    .words-card .name {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .words-card .desc {
        -webkit-line-clamp: 4;
        line-height: 20px;
        max-height: 80px;
    }

    .tab-switch-tag{
        position: relative;
        margin-top:50px ;
    }
    .tab-switch-tag .common-tab{
        position: absolute;
        left: 260px;
        top: -38px;
    }
    .tab-switch-tag .content{
        display: flex;
        justify-content: space-between;
    }
    .tab-switch-tag .common-tab li.active {
        background-image: linear-gradient(to right, #ffa093, #FE081D);
        box-shadow: 0px 0px 4px #FE081D;
        border-color: #ffa093;
    }
    .tab-switch-tag .common-tab li.active a{
        color: white;
    }
    .tab-switch-tag  .image{
        width: 240px;
        margin-right: 20px;
        border-radius: 6px;
        height: 300px;
    }
    .tab-switch-tag  .list{
        width: calc(100% - 260px);
        height: 300px;
        padding: 19px 16px;
        border: 1px solid #e6e5e5;
        border-radius: 0 4px 0 0;
    }
    .tab-switch-tag  .list li {
        width: 32%;
        height: 40px;
        display: inline-block;
        text-align: left;
        padding-right: 10px;
        box-sizing: border-box;
        transition: all .3s;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }
    .tab-switch-tag  .list a{
        display: flex;
        align-items: center;
    }
    .tab-switch-tag  .list a:hover {
        color: #ce4340;
        font-weight: bold;
    }
    .tab-switch-tag  .icon-xiala {
        transform: rotate(-90deg);
        display: inline-block;
        position: relative;
        margin-left: 4px;
    }
    /*小屏显示*/
    @media screen and (max-width: 700px) {
        .finnance-investment-page .common-box {
            width: 48% !important;
            margin-right: 4% !important;
        }

        .finnance-investment-page .common-box:nth-child(2n) {
            margin-right: 0 !important;
        }

        .finnance-investment-page .product .tab-content .swiper-slide a {
            width: 100%;
        }
    }

    /*右侧浮动图标菜单栏目*/
    .float-menu-container {
        position: absolute;
        /*right: -44px;*/
        right: -65px;
        top:30%;
        z-index: 11;
        opacity: 1;
        transition: right .3s;
    }

    .float-menu-container.show {
        right: 7vw;
    }

    .float-menu-container .icon-wrap {
        display: flex;
        flex-direction: column;
        padding: 14px 4px;
        background-color: #F6F7FB;
        border-radius: 50px;
        box-shadow: 0px 0px 8px #FBFAFF;
    }

    .float-menu-container .icon-wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 3px;
        flex-direction: column;
        color: #666;
        margin-bottom: 2px;
    }

    .float-menu-container .icon-wrap img {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .float-menu-container .icon-wrap span {
        display: flex;
        width: 36px;
        text-align: center;
    }
    .float-menu-container .icon-wrap span:hover{
        color: #B53030;
    }
    /*底部样式*/
    .footer-wrap {
        background: #B53030;
        color: #e9d4d4;
        padding: 40px 0;
    }

    .footer-wrap .footer {
        display: flex;
        margin: 0 40px;
        justify-content: space-between;
    }

    .footer-wrap .footer-desc {
        text-align: center;
        border-top: 1px solid rgba(242,242,242,0.16);
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        line-height: 40px;
        justify-content: center;
        padding: 40px 10%;
    }
    .footer-wrap .desc-item{
        display: flex;
        align-items: center;
        color: #e9d4d4;
        margin-right: 10px;
    }
    .footer-wrap .desc-item a{
        color: #e9d4d4;
    }
    .footer-wrap .desc-item img{
        width: 20px;
        height: 20px;
        margin-right: 1px;
    }
    .footer-wrap .erweima-wrap {
        min-width: 300px;
    }

    .footer-wrap .erweima-wrap .logo {
        width: 80%;
        margin: 0 auto 10px;
    }

    .footer-wrap .erweima-wrap ul {
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .footer-wrap .erweima-wrap ul img {
        width: 36px;
        height: 36px;
        margin-right: 18px;
    }

    .footer-wrap .arrow-top {
        position: absolute;
        left: 66px;
        top: -16px;
        transition: all .3s;
    }

    .footer-wrap .erweima-wrap .erweima-content {
        position: relative;
        padding: 14px;
        margin-top: 15px;
        background: rgba(255,255,255,0.18);
        border-radius: 8px;
    }

    .footer-wrap .erweima-wrap .show-erweicode {
        display: flex;
        justify-content: space-between;
    }

    .footer-wrap .erweima-wrap .show-erweicode img {
        width: 90px;
        height: 90px;
        border-radius: 8px;
    }

    .footer-wrap .erweima-wrap .show-erweicode .btn {
        padding: 4px 12px;
        color: white;
        background: rgba(255,255,255,0.20);
        border: 0 solid rgba(255,255,255,0.50);
        border-radius: 4px;
    }

    .footer-wrap .erweima-wrap .show-erweicode .btn img {
        height: 10px;
        width: 10px;
    }

    .footer-wrap .item {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .footer-wrap .item:nth-child(1) {
        margin-left: 40px;
        width: 30%;
    }

    .footer-wrap .item:nth-child(2) {
        width: 20%;
    }

    .footer-wrap .item:nth-child(3) {
        width: 20%;
    }

    .footer-wrap .item p {
        font-weight: bold;
        color: white;
    }

    .footer-wrap .item span, .footer-wrap .item a {
        margin-top: 10px;
        color: #e9d4d4;
    }
    .footer-wrap .item span, .footer-wrap .item a:hover{
        color:white!important;
    }

    /*网格样式*/
    .grid-list {
        padding-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        transition: all .3s;
    }

    .grid-list .item {
        box-shadow: 0px 0px 8px #d2d0d0;
        width: 45%;
        border-radius: 6px;
        margin-bottom: 18px;
        transition: all .3s;
        margin-right: 5%;
        overflow: hidden;
    }
    .grid-list .item:hover{
        box-shadow: 0px 0px 20px #cac8c8;
        margin-top: -1px;
    }
    .grid-list .item img {
        width: 100%;
    }

    .grid-list .item .content {
        padding: 12px 12px 18px 12px;
    }

    .grid-list .item .content .title {
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px;
    }

    .grid-list .item .detail {
        background-color: #D03533;
        padding: 4px 20px;
        border-radius: 4px;
        color: white;
        display: inline-block;
        margin-top: 16px;
        text-align: center;
    }

    .grid-list .item .content .desc {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    /*三列排列*/
    .water-fallflow {
        align-items: flex-start;
        position: relative;
    }
    .water-fallflow .item {
        width: 31%;
        margin-right: 1.5%;
        position: absolute;
    }
    .water-fallflow .item .detail {
        width: 100%;
        padding: 8px 20px;
    }

    @media screen and (max-width: 700px) {
        .grid-list .item {
            width: 48%;
        }
    }

    /*首页样式*/
    .index-page {

    }
    .pc-index-block {
        margin-top: 8px;
        border-radius:5px;
        margin-bottom: 8px;
    }
    .page-title {
        font-size: 28px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        padding: 40px 0;
    }
    .swiper-cont-wrap{
        position: relative;
    }
    .pc-service-block {
        background-color: rgba(248, 248, 248, 0.81);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 0px 20px;
        border-radius: 4px;
        margin-top: 16px;
    }
    .pc-service-block .pc-service-swiper{
        height: 150px; position: unset
    }
    .pc-service-block ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pc-service-block .swiper-slide{
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .pc-service-block .icon {
        width: 4vw;
        height: 4vw;
        margin-bottom: 16px;
    }
    .pc-info-block .pc-info-swiper{
        position: unset
    }
    .pc-info-block a{
        position: relative;
        width: 90%;
        border-radius: 18px;
        display: inline-block;
        overflow: hidden;
    }
    .pc-info-block :nth-child(3){
        margin-right: 0;
    }
    .pc-info-block  img{
        width: 98%;
        transition: all .3s;
    }
    .pc-info-block img:hover{
        transform: scale(1.06);
    }

    .business-block .content {
        padding: 20px 0px;
        margin: 0 auto;
        display: flex;
        overflow: hidden;
    }
    .business-block .content .main-image {
        width: calc(44% - 40px);
        margin-right: 40px;
    }
    .business-block .content ul {
        display: flex;
        flex-direction: column;
        width: 56%;
    }
    .business-block .content .business-item {
        padding: 20px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        transition: all .3s;
        width: 96%;
        cursor: pointer;
    }
    .business-block .content .business-item img {
        width: 50px;
        display: flex;
        flex-shrink: 0;
        height: 50px;
        margin-right: 30px;
        transition: all .3s;
    }
    .business-block .content .business-item h1{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .business-block .content .business-item:hover {
        box-shadow: 0px 0px 20px #d2d2d2;
    }
    .business-block .content .business-item:hover .icon-default {
        display: none !important;
    }
    .business-block .content .business-item:hover .icon-active {
        display: block !important;
        visibility: visible;
    }

    .pc-news-block {
        background-color: rgba(248, 248, 248, 0.81);
        border-radius: 2px;
        padding-bottom: 40px;
    }

    .pc-news-block .list {
        display: flex;
        justify-content: space-between;
    }

    .pc-news-block .list > div {
        width: 48%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pc-news-block .item {
        border-bottom: 1px solid #e8e8e8;
        padding: 18px 0;
        width: 100%;
        transition: all .3s;
    }

    .pc-news-block .item:hover .name {
        color: black;
        font-weight: bold;
    }

    .pc-news-block .item .name {
        margin-bottom: 14px;
        font-size: 15px;
        -webkit-line-clamp: 2;
        transition: all .3s;
    }

    /*左右展示列表*/
    .not-rule {
        padding-bottom: 10px;
    }

    .not-rule .item {
        display: flex;
        justify-content: space-between;
        border-radius: 6px;
        padding: 12px;
        margin-bottom: 18px;
        transition: all .3s;
    }
    .not-rule .item:hover{
        box-shadow: 0px 0px 18px #e1e1e1;
    }

    .not-rule .item .image {
        width: 260px;
        flex-shrink: 0;
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
    }
    .not-rule .item .image img {
        width: 100%;
    }
    .not-rule .item .content {
        width: calc(100% - 280px);
    }
    .not-rule .item .content > p {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .not-rule .item .content > p > span {
        line-height: 24px;
    }

    .not-rule .item .content > p > span:nth-child(1) {
        flex-shrink: 0;
        flex-wrap: nowrap;
        margin-right: 16px;
    }

    .not-rule .item .content .desc {
        color: #666;
    }
    /*页面标题start*/
    .comp-title{
        padding: 15px 0;
        display: flex;
        align-items: center;
        background: white;
        position: relative;
    }
    .comp-title img{
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .comp-title span{
        padding: 15px 0;
        font-size: 24px;
        font-weight: bold;
    }
    .comp-title .more{
        position: absolute;
        right: 0;
        color: gray;
    }

    /*线性列表*/
    .line-list {
        padding-bottom: 10px;
    }

    .line-list .item {
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 0px 14px #ffffff;
        border-radius: 6px;
        padding: 12px;
        margin-bottom: 10px;
        transition: all .3s;
        cursor: pointer;
    }

    .line-list .item .image {
        width: 21%;
        min-width: 200px;
        flex-shrink: 0;
        margin-right: 18px;
    }

    .line-list .item .image img {
        width: 100%;
    }

    .line-list .item .content {
        width: 78%;
    }

    .line-list .item .content .title {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #b6b6b6;
        padding-bottom: 12px;
        margin-bottom: 12px;
        display: inline-block;
        min-width: 200px;
    }

    .line-list .item .content a {
        display: inline-block;
        margin-top: 16px;
    }

    .line-list .item:hover {
        box-shadow: 0px 0px 18px #d2d0d0;
    }

    .line-list .item:hover a {
        color: #c5251b;
    }

    /*d导航栏目信息*/
    .pc-cur-position {
        margin: 26px auto 30px;
    }

    .pc-cur-position a:hover {
        font-weight: bold;
    }

    /*流程列表*/
    .preogress-list {
        padding-bottom: 10px;
    }
    .preogress-list.active {
        display: block;
    }
    .preogress-list .item {
        display: flex;
        justify-content: flex-start;
        cursor: pointer;
    }
    .preogress-list .item .date {
        width: 90px;
        font-weight: bold;
        padding-left: 20px;
        padding-top: 12px;
        flex-shrink: 0;
    }
    .preogress-list .item .line {
        background: #FFE7E3;
        position: relative;
        width: 5px;
        flex-shrink: 0;
    }
    .preogress-list .item .line .dot {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 4px solid #E92C16;
        position: absolute;
        top: 22px;
        display: flex;
        left: -5px;
        align-items: center;
        justify-content: center;
    }
    .preogress-list .item .line .dot::after {
        display: inline-block;
        content: '';
        width: 6px;
        height: 6px;
        background: white;
        margin: 0 auto;
        border-radius: 100%;
        box-shadow: 0px 0px 4px white;
    }
    .preogress-list .item .content {
        padding: 20px 14px;
        margin-left: 22px;
        width: 100%;
        transition: all .3s;
        border-radius: 6px;
        margin-bottom: 6px;
        display: inline-block;
    }
    .preogress-list .item:hover .content {
        box-shadow: 0px 0px 18px #afa9a9;
    }
    .preogress-list .item .content img {
        border-radius: 8px;
        margin-top: 16px;
        display: flex;
        max-width: 68%;
    }
    .preogress-list .more{
        text-align: right;
        margin-top: 10px;
    }
    .preogress-list .more a{
       color: gray;
    }

    /*存储业务样式*/
    .icon-page-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .icon-page-list .item {
        width: 49%;
        display: flex;
        padding: 18px 18px 18px 30px;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all .3s;
        box-shadow: 0px 0px 10px transparent;
    }

    .icon-page-list .item img {
        display: flex;
        margin-right: 20px;
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }
    .icon-page-list  .item .desc{
        line-height: 24px;
    }
    /*顶部信息模块*/
    .top-info-wrap {
        position: relative;
        background-color: white;
        z-index: 21;
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
    }
    .top-info-wrap .logo{
        /*width:142px;
        height: 42px;*/
        max-height: 60px;
    }
    .top-info {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10px;
    }

    .top-info li {
        margin-left: 40px;
    }

    .top-info .search-wrap {
        width: 180px;
        height: 30px;
        text-indent: 10px;
        background: #FFFFFF;
        border: 1px solid rgba(203,203,203,0.40);
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

    .top-info .search-wrap input {
        width: 80%;
        outline: none;
        border: none;
        padding-left: 8px;
    }

    .top-info .search-wrap i {
        cursor: pointer;
    }
    .top-info a{
        font-weight: bold;
    }
    .top-info a:hover{
        color: #E60012;
    }
    /*顶部导航模块*/
    .header-nav-wrap {
        position: relative;
        z-index: 20;
        background-color: white;
    }

    .header-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }

    .header-nav .logo {
        width: 18%;
        margin-right: 2%;
        display: flex;
        justify-content: flex-end;
    }

    .header-nav .logo img {
        width: 70%;
    }

    .header-nav .nav {
        display: flex;
        align-items: center;
        height: 100%;
        width: 85%;
        padding: 0 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .header-nav .nav li {
        height: 50px;
        display: flex;
        align-items: center;
        word-break: keep-all;
    }

    .header-nav .nav li > a {
        transition: all .3s;
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .header-nav .nav li > a .icon-xiala {
        margin-top: 3px;
        transition: all .3s;
    }

    .header-nav .nav li > a::after {
        display: block;
        content: '';
        width: 0px;
        height: 3px;
        left: calc(50% - 12px);
        bottom: -6px;
        position: absolute;
        border-radius: 10px;
        transition: all .3s;
    }

    .header-nav .nav li.active > a {
        color: #ce4340;
        position: relative;
    }

    .header-nav .nav li.active > a::after {
        width: 24px;
        background-color: #ce4340;
    }

    .header-nav .nav li.active > a .iconfont {
        transform: rotate(-180deg);
        display: inline-block;
    }

    .header-nav .btn {
        display: flex;
        align-items: center;
        padding:5px 12px;
        border-radius: 4px;
        color: white;
        background: gray;
        transition: all .3s;
        word-break: keep-all;
        cursor: pointer;
        font-size: 14px;
    }

    .header-nav .login-wrap {
        position: relative;
        height: 50px;
        display: flex;
        align-items: center;
        width: 127px;
        justify-content: center;
    }

    .header-nav .login-wrap .btn {
        background: #E60012;
    }
    .header-nav .login-wrap .btn::before{
        display: inline-block;
        content: '';
        background: url(../images/login-icon.png) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        margin-right: 7px;
    }
    .header-nav .login-wrap .btn::after{
        display: inline-block;
        content: '';
        background: url(../images/down.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 100%;
        margin-left: 20px;
    }
    .header-nav .login-wrap:hover .login-list {
        padding: 12px 0;
        opacity: 1;
        height: auto;
    }

    .header-nav .login-wrap .login-list {
        width: 164px;
        position: absolute;
        top: 50px;
        height: 0;
        overflow-y: hidden;
        opacity: 0;
        background-color: white;
        z-index: 8;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 4px #ff1607;
        border-radius: 8px;
        transition: all .3s;
        transition-timing-function: ease-in-out;
        left: calc(50% - 82px);
    }

    .header-nav .login-wrap .login-list li {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header-nav .login-wrap .login-list img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .header-nav .login-wrap .login-list li a {
        padding: 8px 0px 8px 8px;
        text-align: left;
        width: 100%;
    }

    .header-nav .login-wrap .login-list li:hover a {
        background: #FFF3F3;
    }

    /*顶部导航盒子*/
    .top-nav-box {
        position: absolute;
        left: 0%;
        box-shadow: 0px 4px 4px #ececec;
        width: 100%;
        background: #f9f9f9;

        justify-content: space-between;
        color: #666;
        transition: all .3s;
        overflow-y: hidden;
        display: flex;
        top: 50px;
        padding-top: 0px;
        height: 0px;
        opacity: 0;
        z-index: -1;
    }

    .header-nav .nav li.active .top-nav-box {
        top: 100%;
        padding-top: 8px;
        height: 400px;
        opacity: 1;
        z-index: 12;
    }

    .top-nav-box .left-block {
        width: 300px;
        height: 100%;
        padding: 23px 12px 22px 30px;
        background-color: #f9f9f9;
    }

    .top-nav-box .left-block h1 {
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-bottom: 26px;
    }

    .top-nav-box .left-block .desc {
        line-height: 24px;
        overflow-y: auto;
        max-height: calc(100% - 30px);
        word-break: break-all;
    }

    .top-nav-box .right-block {
        background-color: white;
        width: calc(100% - 300px);
        height: 400px;
        box-sizing: border-box;
        padding: 30px 30px 16px 40px;
        display: flex;
        overflow-x: auto;
    }

    .top-nav-box .right-block .item {
        display: flex;
        flex-direction: column;
        margin-right: 30px;
        flex-shrink: 0;
    }

    .top-nav-box .right-block .item .list {
        height: 300px;
        writing-mode: vertical-lr;
    }

    .top-nav-box .right-block a {
        /*line-height: 20px;*//*处理数据多一个时重叠问题*/
        padding: 12px 0 0 0;
        cursor: pointer;
        color: #666;
        word-break: break-all;
        display: inline-block;
        width: 130px;
        margin-right: 8px;
        writing-mode: horizontal-tb;
        position: relative;
    }
    .top-nav-box .right-block a>span:hover{
        color: crimson;
    }
    .top-nav-box .right-block a>span{
        position: relative;
    }
    .top-nav-box .right-block a .hot-icon{
        position: absolute;
        top: -8px;
        right: -15px;
        width: 16px;
    }
    .top-nav-box .right-block .title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #efefef;
        line-height: 30px;
        max-height: 30px;
        padding-bottom: 6px;
        -webkit-line-clamp: 1;
    }

    .top-nav-box .right-block a:hover {
        color: black;
    }

    /*网点查询*/
    .wdcx-page {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .wdcx-page .search-wrap {
        display: flex;
        justify-content: center;
        position: absolute;
        z-index: 2;
        padding: 20px;
        background-color: #ffffff54;
        box-shadow: 0 0 10px #bdbdbd;
        margin-top: 12px;
        border-radius: 8px;
    }

    .wdcx-page .search-wrap .select-control {
        border-bottom: 1px solid #b1abab;
        padding-right: 2px;
    }

    .wdcx-page .search-wrap select, .wdcx-page .search-wrap input {
        border: none;
        background: #ffffff00;
        min-width: 110px;
        text-align: right;
        padding-left: 10px;
        margin-right: 6px;
        outline: none;
        line-height: 34px;
    }

    .wdcx-page iframe {
        width: 100vw;
        height: 80vh;
        overflow: hidden;
        border: none;
        outline: none;
    }
    /*弹窗模块*/
    .alert-comp .alert-body {
        border-radius: 12px;
        min-height: 260px;
        padding: 16px;
        width: 500px!important;
        padding-bottom: 50px;
    }
    .alert-comp .alert-body .title {
        padding: 8px 0;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .alert-comp .alert-body .close {
        top: -8px;
        right: -6px;
        width: 26px;
    }
    .alert-comp .alert-body .content {
        font-size:15px;
    }
    .alert-comp .btn-group {
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    .alert-comp .btn-group span {
        padding: 6px 18px;
        border-radius: 8px;
    }
    /*轮播图*/
    .banner-swiper-container .swiper-pagination {
        bottom: 24px!important;
    }
    .banner-swiper-container .swiper-pagination-bullet{
        width: 60px;
        height: 4px;
        border-radius: 10px;
        background: #fff;
        opacity: .9;
    }
    .banner-swiper-container .swiper-pagination-bullet-active{
        background: #F90221!important;
        opacity: 1;
    }
    .banner-swiper-container .swiper-button-prev{
        left: 7%;
    }
    .banner-swiper-container .swiper-button-next{
        right: 7%;
    }
    .banner-swiper-container .swiper-button-prev, .banner-swiper-container .swiper-button-next{
        background-image: unset;
        background-color: gray;
        width: 40px;
        height: 40px;
        color: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
    }
    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 16px;
        font-weight: bold;
    }
    .swiper-theme1{

    }
    .swiper-theme1 > .swiper-pagination{
        bottom: 0px;
    }
    .swiper-theme1  .swiper-pagination-bullet {
        background: #e40000;
        opacity: 1;
        width: 12px;
        height: 12px;
    }
    .swiper-theme1 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ffffff;
        border: 6px solid #e40000;
        box-sizing: content-box;
        width: 10px;
        height: 10px;
    }
    .swiper-theme1 .swiper-slide{
        text-align: center;
    }
    .swiper-theme1 .swiper-button-prev{
        left: -50px;
    }
    .swiper-theme1 .swiper-button-next{
        right: -50px;
    }
    .swiper-theme1 .swiper-button-prev, .swiper-theme1 .swiper-button-next{
        background-image: unset;
        background-color: gray;
        width: 40px;
        height: 40px;
        color: white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }


    /*文章列表*/
    .article-list-container{
        display: flex;
        justify-content: space-between;
        padding: 0 15% 30px;
        margin: 10px auto;
        /*  background-color: #f4f4f4;*/
    }
    .article-list .title{
        display: block;
        width: 100%;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 24px;
        color: #333;
        font-weight: 700;
    }
    .article-list{
        padding:0 10px 0;
        background: white;
        border-radius: 10px;
        margin-left: 12px;
    }
    .article-list>p{
        font-size: 14px;
        margin:10px;
    }
    .article-list .list h1 {
        font-size: 20px;
        line-height: 50px;
        font-weight: 700;
    }
    .article-list .list a{
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px dashed #cccccc;
        padding: 2px 10px;
        border-radius: 7px;
        transition:  all .3s;
    }
    .article-list .list a:last-child{
        border-bottom: none;
    }
    .article-list .list a:hover{
        background: #f1f1f1;
        border-color: transparent;
    }
    .article-list .list p {
        line-height: 30px;
        white-space: normal;
    }
    .article-list .list span {
        line-height: 50px;
        font-size: 14px;
    }

    /*文章详情*/
    .article-detail-container{
        display: flex;
        justify-content: space-between;
        padding: 0 15%;
        margin: 0 auto;
    }
    .article-detail-container  .introduce-wrap{
        background: white;
        border-radius: 4px;
        margin-left: 30px;
        width: 100%;
    }
    /*pc端左侧菜单*/
    .nav-menu{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .nav-menu>.content{
        width: 100%;/*处理左侧导航菜单引入时 显示看起来不居中问题*/
        margin-left: 20px;
        overflow: auto;
    }
    .pc-left-menu{
        width: 180px;
        background-color: #fffbfb;
        flex-shrink: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    .pc-left-menu .title{
        /*background-color: #fffcfc;*/
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        height: 57px;
        display: flex;
        align-items: center;
       /* padding-left: 20px;*/
        justify-content: center;
    }
    .pc-left-menu ul{
        min-height: calc(100% - 54px);
        overflow-y: auto;
    }
    .pc-left-menu ul a{
        height: 100%;
        display: flex;
        align-items: center;
        padding: 12px 20px;
        cursor: pointer;
        transition: all .3s;
    }
    .pc-left-menu ul li{
        padding: 4px 0 ;
        position: relative;

    }
    .pc-left-menu ul li a{
        transition: all .3s;
    }
    .pc-left-menu ul li.active>a, .pc-left-menu ul li:hover>a{
        color:  #E3321E;
        font-weight: bold;
        background-image: linear-gradient(to bottom,#FED6D1,#FDF3F1);
    }
    .pc-left-menu ul li.active::after{
        display: inline-block;
        content: "";
        width: 4px;
        height: 31px;
        right: 0;
        top: 10px;
        background-color: #E3321E;
        position: absolute;
        border-radius: 3px;
    }
    .pc-left-menu ul li.active>a .iconfont {
        transform: rotate(-180deg);
        display: inline-block;
    }
    .pc-left-menu ul li .children{
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all .3s;
        padding-top: 0;
    }
    .pc-left-menu ul li.active .children{
        height: auto;
        padding-top: 8px;
        padding-left: 12px;
        opacity: 1;
    }
    .pc-left-menu>.right-menu{
        padding-left: 50px;
        width: calc(100% - 20%);
    }
    .common-box{
        border-radius: 6px;
        box-shadow: 0px 0px 10px #d2d0d0;
    }
    .common-title{
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
        cursor: pointer;
    }
    .common-title .more{
        font-size: 13px;
        color: #666;
        display: flex;
        align-items: center;
    }
    .common-title .more .iconfont{
        margin-left: 5px;
        color: #ce4340;
        font-size: 20px;
    }
    /*带有圆角的切换tab*/
    .common-tab>span, .common-tab>li{
        background-image: linear-gradient(to right,white,white);
        color: #666;
        border-width: 1px;
        border-style: solid;
        border-color: #d6d6d6;
        border-bottom: none;
        padding: 8px 14px;
        border-radius: 8px 8px 0 0;
        transition: all .3s;
        position: relative;
        bottom: -1px;
        cursor: pointer;
        font-size: 16px;
    }
    .tab-content{
        display: flex;
        /* justify-content: space-between;*/
        border: 1px solid #e6e5e5;
        border-radius: 0 0 0 4px;
        height: calc(100% - 38px);
        width: 100%;
        overflow: hidden;
    }
    .menu-btn{
        position: absolute;
        top: 20%;
        left: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #c25555;
        border-radius: 10px 0 0 10px;
        cursor: pointer;
        z-index: 2;
    }
    .menu-btn.active  span:first-child{transform: rotate(45deg)}
    .menu-btn.active  span:nth-child(2){opacity: 0}
    .menu-btn.active  span:nth-child(3){transform: rotate(-45deg)}
    .menu-btn span:first-child {top: 17px;}
    .menu-btn span:nth-child(2){top: 24px;}
    .menu-btn span:nth-child(3){top: 31px;}
    .menu-btn span{
        display: block;
        position: absolute;
        left: 18px;
        width: 20px;
        height: 2px;
        transition: all .3s ease-out 0s;
        transform: rotate(0deg);
        transform-origin: left center;
        background-color: white;
    }

    /*新版首页*/
    .thumbs-swiper-wrap{
        overflow: hidden;
        position: relative;
    }
    .thumbs-swiper-wrap  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
        object-fit: fill;
    }
    .thumbs-swiper-wrap  .main-swiper {
        height: 648px;
        width: 100%;
    }
    .thumbs-swiper-wrap:hover .small-swiper{
        opacity: 1;
    }
    .thumbs-swiper-wrap .small-swiper {
        opacity: 0;
        height: 150px;
        box-sizing: border-box;
        padding: 10px 0;
        background: rgba(94, 14, 2, 0.6);
        margin-top: -150px;
        overflow: unset;
        position: relative;
        z-index: 2;
        transition: all .3s;
    }
    .thumbs-swiper-wrap .small-swiper .swiper-slide {
        width: 25%;
        height: 100%;
        cursor: pointer;
        opacity: .5;
    }
    .thumbs-swiper-wrap .small-swiper .swiper-slide-thumb-active {
        height: 120%;
        position: relative;
        bottom: 24px;
        opacity: 1;
    }
    .swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: unset;
    }
    .thumbs-swiper-wrap  .small-swiper .small-swiper-next{
        right: 20px;
    }
    .thumbs-swiper-wrap .small-swiper .small-swiper-prev{
        left: 20px;
    }
    .thumbs-swiper-wrap .small-swiper .small-swiper-next,  .small-swiper .small-swiper-prev{
        display: flex;
        width: 44px;
        height: 120px;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 15px;
        z-index: 2;
        border-radius: 8px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        outline: none;
    }

    /*公告滚动*/
    .notice-wrap{
        background: #f5f5f5;
    }
    .notice-wrap .notice-swiper{
        overflow-x: hidden;
    }
    .notice-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        overflow: hidden;
    }
    .notice-content .left{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .notice-content .laba{
        width: 24px;
        height: 24px;
        margin-right: 10px;
        content: url('../images/laba.png');
    }
    .notice-content .title{
        font-size: 18px;
        color: #0F001A;
        letter-spacing: 0;
        margin-right: 30px;
        font-weight: bold;
        word-break: keep-all;
    }
    .notice-content .more{
        word-break: keep-all;
        padding-left: 20px;
    }
    .notice-content .swiper-slide{
        display: flex;
        align-items: center;
        font-size: 15px;
        color: black;
    }
    .notice-content .swiper-slide p{
        font-size: 15px;
    }

    /*便捷服务*/
    .card-swiper-wrap{
        position: relative;
        margin-top: 40px;
        padding: 0 50px;
    }
    .card-swiper-wrap .swiper-next{
        right: 0px;
    }
    .card-swiper-wrap .swiper-prev{
        left: 0px;
    }
    .card-swiper-wrap .swiper-next,  .card-swiper-wrap .swiper-prev{
        display: flex;
        width: 40px;
        height: 96%;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 2%;
        z-index: 2;
        border-radius: 8px;
        color: #E60012;
        cursor: pointer;
        font-weight: bold;
        outline: none;
        background: #FFF1F2;
    }
    .card-swiper{
        overflow: hidden;
    }
    .card-swiper .swiper-slide{
        background-image: linear-gradient(180deg, #FFF5F5 0%, #FFFFFF 100%);
        display: flex;
        padding: 10px 12px;
        border-radius: 6px;
        border: 2px solid transparent;
        transition: all .3s;
        align-items: center;
        height: 120px;
        box-sizing: border-box;
    }
    .card-swiper .swiper-slide img{
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        margin-right: 10px;
    }
    .card-swiper .swiper-slide:hover{
        background-image: linear-gradient(180deg, #FFDDDD 0%, #FFF5F5 100%);
        box-shadow: 0 0 10px 0 rgba(212,34,34,0.60);
        border-color: #E60012;
    }
    .card-swiper .title{
        font-size: 18px;
        color: #DD3C25;
        margin-bottom: 5px;
    }
    .card-swiper .desc{
        -webkit-line-clamp: 2;
        line-height: 20px;
        height: 40px;
        font-size: 14px;
        color: #666666;
    }
    /*业务办理*/
    .index-title{
        font-size: 24px;
        color: #E60012;
        letter-spacing: 1.6px;
        text-align: center;
        line-height: 32px;
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }
    .index-title .bg{
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: -1;
        font-size: 22px;
        letter-spacing: 8px;
        background: linear-gradient(0deg, #FFFFFF 10%, rgba(255, 139, 139, 0.33) 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    .new-business-block{
        margin-top: 50px;
        background: url("../images/business-bg.png") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px 20px;
        height: 669px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .new-business-block .switch-tab{
        display: flex;
        justify-content: center;
        margin-bottom:80px;
    }
    .new-business-block .switch-tab a {
        font-size: 24px;
        color: #666666;
    }
    .new-business-block .switch-tab .active a{
        font-size: 24px;
    }
    .new-business-block .swiper-slide{
        display: flex;
        align-items: center;
        width: 50%;
        position: relative;
    }
    .new-business-block  .default-image{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background: white;
        transition: all 1s;
    }
    .new-business-block  .default-image img{
        width: 100%;
        height: 100%;
        /*content: url("../images/business-banner.png");*/
    }
    .new-business-block  .swiper-slide-active .default-image{
        opacity: 0;
        z-index: -1;
    }

    .new-business-block .swiper-slide .left{
        padding: 15px 18% 15px 20px;
        display: flex;
        flex-direction: column;
        width: 60%;
        position: relative;
        justify-content: space-between;
        background: #FFFFFF;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,0.10);
        border-radius: 6px;
        height: 352px;
        box-sizing: border-box;
    }
    .new-business-block .swiper-slide .left img{
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .new-business-block .swiper-slide .left .title{
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .new-business-block .swiper-slide .left .desc{
        font-size: 14px;
        color: #666666;
        max-height: 40px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }
    .new-business-block .swiper-slide .left .btn{
        background: #E60012;
        border-radius: 4px;
        color: white;
        margin-top: 40px;
        display: flex;
        width: 100px;
        height: 32px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .new-business-block .swiper-slide .right{
        width: 58%;
        height: 312px;
        position: relative;
        border-radius: 4px;
        display: inline-block;
        margin-left: -18%;
    }
    .new-business-block .business-swiper{
        position: relative;
    }
    .circle-swiper-next{
        right: 20px;
        background: url("../images/right.png")  no-repeat;
        background-size: 100% 100%;
    }
    .circle-swiper-prev{
        left: 20px;
        background: url("../images/left.png") no-repeat;
        background-size: 100% 100%;
    }
    .circle-swiper-next,  .circle-swiper-prev{
        display: flex;
        width: 60px;
        height: 60px;
        position: absolute;
        top: calc(50% - 25px);
        z-index: 2;
        border-radius: 50%;
        cursor: pointer;
        outline: none;
    }

    /*新闻公告*/
    .news-block{
        padding: 50px 0 0 0 ;
        background: url("../images/news-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 768px;
        box-sizing: border-box;
    }
    .sub-title{
        text-align: center;
        font-size: 14px;
        color: #999999;
    }
    .news-block .content{
        background: white;
        border-radius: 6px;
        padding: 40px 15%;
    }
    .news-block .content .item{
        display: flex;
        border-bottom: 1px solid #F6F6F6;
        padding-bottom:16px;
        margin-bottom: 24px;
        cursor: pointer;
    }
    .news-block .content .item:last-child{
        border-bottom: none;
    }

    .news-block .content .item>div{
        width: 100%;
    }
    .news-block .content .item>div.left{
        width: 200px;
        height: 60px;
        flex-shrink: 0;
    }
    .news-block .content .item>div.icon-angle-right{
        display: none;
    }
    .news-block .content .year{
        ont-size: 14px;
        color: #333333;
    }
    .news-block .content .month-day{
        font-size: 26px;
        color: #333333;
        margin-top: 8px;
    }
    .news-block .content .title{
        font-size: 18px;
        color: #0F001A;
    }
    .news-block .content .title .tag{
        width: 38px;
        height: 22px;
        margin-left: 12px;
    }
    .news-block .content .desc{
        font-size: 14px;
        color: #919191;
        -webkit-line-clamp: 1;
    }
    .news-block .more{
        padding: 0px 18%;
        text-align: right;
        margin-top: -26px;
    }
    .news-block .more a{
        color: #999999;
        letter-spacing: 0;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content:flex-end;
    }
    .news-block .more a:hover{
        /*color: red;*/
    }
    .news-block .more a img{
        width: 14px;
        margin-left: 4px;
    }
    /*金融信息*/
    .finnance-info{
        padding: 50px 0 0 0 ;
        box-sizing: border-box;
        background: url("../images/finance-info-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 730px;
    }
    .finnance-info .content{
        width: 80%;
        padding-top: 80px;
        overflow: hidden;
        margin: 30px auto 30px;
    }
    .finnance-info .finance-swiper{
        position: relative;
    }
    .finnance-info .swiper-slide{
        padding: 10px 0;
    }
    .finnance-info .swiper-slide .main{
        position: relative;
        height: 100%;
    }
    .finnance-info .swiper-slide .main-bg{
        opacity: 0.4;
        background: #D8D8D8;
        position: absolute;
        top:20px;
        left: 10px;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .finnance-info .swiper-slide .main .shadow{
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .finnance-info .main img{
        width: 100%;
        height: 410px;
    }
    .finnance-info .text-wrap{
        background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0, 0, 0, .3) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        height: 100px;
        justify-content: center;
        flex-direction: column;
        padding:0 14px;
        z-index: 2;
        box-sizing: border-box;
    }
    .finnance-info  .text-wrap span:nth-child(1){
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 1.3px;
    }
    .finnance-info  .text-wrap span:nth-child(2){
        font-size: 16px;
        color: #bfbfbf;
        margin-top: 6px;
    }
    .finnance-info .swiper-slide:nth-child(2n-1){/*基数*/
        margin-top: -66px;
    }
    .finnance-info .swiper-slide:nth-child(2n) .text-wrap{/*偶数*/
        bottom: unset;
        top: 0;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.00) 100%)
    }
    .finnance-info.normal-list  .swiper-slide:nth-child(2n-1){
        margin-top: 0px;
    }
    .finnance-info.normal-list .content{
        padding-top: 0px;
    }
    /*时间流程图*/
    .company-progress-wrap{
        width: 100%;
        position: relative;
        background: url("../images/time-bg.png") no-repeat;
        height: 730px;
        padding-top:40px;
        background-size: 100% 100%;
        cursor: pointer;
        overflow: hidden;
    }
    .company-progress{
        display: flex;
        justify-content: flex-start;
    }
    .company-progress .swiper-slide{
        height: 400px;
        display: flex;
        align-items: center;
        width: 14.28%;
    }
    .company-progress .item{
        height: 52px;
        width: 100%;
        position: relative;
        flex-shrink: 0;
    }
    .company-progress .item::after{
        display: block;
        content: '';
        position: absolute;
        right:-14px;
        top: -3px;
        background: url(../images/line-tag.png) no-repeat;
        background-size: 100% 100%;
        width: 28px;
        height: 83px;
        z-index: 3;
    }
    .company-progress .item.none::after{
        background:unset;
        display: none;
    }
    .company-progress .item .desc{
        position: absolute;
        right: -166px;
        top: 96px;
        display: flex;
        flex-direction: column;
        width: 210px;
        height: 100px;
        z-index: 10;
    }
    .company-progress .item .desc:hover .show-all{
        opacity: 1;
        height: auto;
        padding: 8px;
        min-width: 600px;
    }
    .company-progress .item  .show-all{
        position: absolute;
        top: 66px;
        left: -10px;
        border-radius: 8px;
        box-shadow: 0px 0px 10px #adabab;
        padding: 0px;
        background: white;
        min-width: 0px;
        opacity: 0;
        height: 0;
        transition: opacity .3s;
        word-spacing: normal;
        word-break: break-all;
    }
    .company-progress .item .desc span:nth-child(1){
        font-size: 18px;
        color: #333333;
        letter-spacing: 2px;
        line-height: 24px;
        margin-bottom: 6px;
        -webkit-line-clamp: 1;
    }
    .company-progress .item .desc span:nth-child(2){
        font-size: 16px;
        color: #666666;
        letter-spacing: 1.8px;
        -webkit-line-clamp: 1;
        max-height: 30px;
    }
    .company-progress .swiper-slide:nth-child(2n-1) .item{
        background: url("../images/line-bottom.png") no-repeat;
        background-size: 100% 100%;
    }
    .company-progress .swiper-slide:nth-child(2n) .item{
        background: url("../images/line-top.png") no-repeat;
        background-size: 100% 100%;
        margin-top: -58px;
    }
    .company-progress .swiper-slide:nth-child(2n) .item::after{
        top: -30px;
        right: -14px;
        transform: rotate(180deg);
    }
    .company-progress .swiper-slide:nth-child(2n) .item .desc{
        right: -190px;
        top: -102px;
    }
    /*图片组件*/
    .image-comp .item{
        margin-bottom: 8px;
    }
    .image-comp img{
        width: 100%;
    }
    .load-iframe{
        width: 100%;
        min-height: 400px;
    }
}
